home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
RSSOwl
/
RSSOwl Setup 2.1.2.exe
/
configuration
/
config.ini
Wrap
INI File
|
2011-08-16
|
2KB
|
41 lines
# RSSOwl runtime configuration file
#
# This file contains a number of key/value pairs that are merged into the
# System properties on system startup. The values control the way the
# runtime is structured and runs.
# Section Name allowing to read/write values using NSIS (see Bug 383)
[rssowl]
# The comma-separated list of locations to search for the splash screen file (splash.bmp).
# For each list element a subdirectory structure based on the pattern nl/<locale> is searched.
# The system binds to the first matching file. There is no default value.
osgi.splashPath=platform:/base/plugins/org.rssowl.ui
# The comma-separated list of bundles which are automatically installed and optionally started
# once the system is up and running. Each entry if of the form
# <URL | simple bundle location>[@ [<startlevel>] [":start"]]
# If the startlevel is omitted then the framework will use the default start level for the bundle.
# If the "start" tag is added then the bundle will be marked as started after being installed.
# Simple bundle locations are interepreted as relative to the framework's parent directory.
# The startlevel indicates the OSGi start level at which the bundle should run.
# If this value is not set, the system computes an appropriate default.
osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
osgi.bundles.defaultStartLevel=4
# The product to run. A given Eclipse configuration may contain many products.
# The product identified will supply the branding (window icons, title bar text) etc
# as well as define the default application to run.
eclipse.product=org.rssowl.ui.product
# The default workspace location
osgi.instance.area.default=@user.home/.rssowl2
# The default configuration location
osgi.configuration.area=@user.home/.rssowl2/config212
# Version Information
rssowl.buildId=2.1.2
# End of file marker - must be here
eof=eof